repositories

Description#

This page contains information about repositories.

Columns#

NameTypeDescription
idINTEGERhe unique primary key of the repository in the Libraries.io database.
host_typeSTRINGWhich website the repository is hosted on, either GitHub, GitLab or Bitbucket.
name_with_ownerSTRINGThe repository name and owner seperated by a slash, also maps to the url slug on the given repository host e.g. librariesio/libraries.io.
descriptionSTRINGDescription of repository.
forkBOOLEANIs the repository a fork of another.
created_timestampTIMESTAMPTimestamp of when the repository was created on the host.
updated_timestampTIMESTAMPTimestamp of when the repository was last saved by Libraries.io.
last_pushed_timestampTIMESTAMPTimestamp of when the repository was last pushed to, only available for GitHub repositories.
homepage_urlSTRINGURL of a declared homepage or other website for the repository.
sizeINTEGERSize of the repository in kilobytes, only available for GitHub and Bitbucket.
stars_countINTEGERNumber of stars on the repository, only available for GitHub and GitLab.
languageSTRINGPrimary programming language the project is written in, only available for GitHub and Bitbucket.
issues_enabledBOOLEANIs the bug tracker enabled for this repository?.
wiki_enabledBOOLEANIs the wiki enabled for this repository?.
pages_enabledBOOLEANIs GitHub pages enabled for this repository? only possible for GitHub.
forks_countINTEGERNumber of forks of this repository.
mirror_urlSTRINGURL of the repositroy of which this is a mirror of, only present if this repository is a mirror of another.
open_issues_countINTEGERNumber of open issues on the repository bug tracker, only available for GitHub and GitLab.
default_branchSTRINGPrimary branch of the repository.
watchers_countINTEGERNumber of subscribers to all notifications for the repository, only available for GitHub and Bitbucket.
uuidSTRINGID of the repository on the remote host, not unique between GitLab and GitHub repositories.
fork_source_name_with_ownerSTRINGIf the repository is a fork, the repository name and owner seperated by a slash of the repository if was forked from.
licenseSTRINGSPDX identifier of the license of the repository, only available for GitHub repositories.
contributors_countINTEGERNumber of unique contributors that have committed to the default branch.
readme_filenameSTRINGIf a readme file has been detected, the full name of the readme file, e.g README.md.
changelog_filenameSTRINGIf a changelog file has been detected, the full name of the changelog file, e.g changelog.txt.
contributing_guidelines_filenameSTRINGIf a contributing guidelines file has been detected, the full name of the contributing guidelines file, e.g contributing.md.
license_filenameSTRINGIf a license file has been detected, the full name of the license file, e.g LICENSE.
code_of_conduct_filenameSTRINGIf a code of conduct file has been detected, the full name of the code of conduct file, e.g code_of_conduct.md.
security_threat_model_filenameSTRINGIf a Security Threat Model file has been detected, the full name of the Security Threat Model file, e.g threatmodel.md.
security_audit_filenameSTRINGIf a Security Audit file has been detected, the full name of the Security Audit file, e.g security.md.
statusSTRINGEither Active, Deprecated, Unmaintained, Help Wanted, Removed, no value also means active. Updated when detected by Libraries.io or su. manually by Libraries.io user via "repo suggection" feature.
last_synced_timestampTIMESTAMPTimestamp of when Libraries.io last synced the repository from the host API.
sourcerankINTEGERLibraries.io defined score based on quality, popularity and community metrics.
display_nameSTRINGDisplay name for the repository, only available for GitLab repositories.
scm_typeSTRINGType of source control repository uses, always "git" for GitHub and GitLab.
pull_requests_enabledSTRINGAre pull requests enabled for this repository? Only available for GitLab repositories.
logo_urlSTRINGCustom logo url for repository, only available for GitLab repositories.
keywordsSTRINGComma separated array of keywords, called "topics" on GitHub, only available for GitHub and GitLab.
anSTRINGNone